home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Cesitlemeler / Directx 3.0 / dx3.exe / SDK / SAMPLES / DUEL / LOBBY.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-28  |  583 b   |  26 lines

  1. /*==========================================================================
  2.  *
  3.  *  Copyright (C) 1995-1996 Microsoft Corporation. All Rights Reserved.
  4.  *
  5.  *  File:       lobby.h
  6.  *  Content:    lobby related routines include file
  7.  *
  8.  *
  9.  ***************************************************************************/
  10. #include <dplobby.h>
  11. #include "duel.h"
  12.  
  13. /*
  14.  * Prototypes
  15.  */
  16.  
  17. HRESULT DPLobbyCreate(void);
  18. HRESULT DPLobbyConnect(void);
  19. HRESULT DPLobbyGetConnectionSettings(void);
  20. HRESULT DPLobbyRelease(void);
  21. HRESULT DPLobbySetConnectionSettings(void);
  22.  
  23.  
  24.  
  25.  
  26.